home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Ph 1.1.1 / PhClient / encrypt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-08  |  314 b   |  13 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     encrypt.h - Encryption Interface.
  4. _____________________________________________________________________*/
  5.  
  6.  
  7. #ifndef __encrypt__
  8. #define __encrypt__
  9.  
  10. extern void crypt_start (char *pw);
  11. extern short encryptit (char *to, char *from);
  12.  
  13. #endif